home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / ausgabe_9_96 / kommunikation / mm_030 / rexx / mm_loadcfg.rexx < prev    next >
OS/2 REXX Batch file  |  1996-04-29  |  173b  |  15 lines

  1. /*
  2. ** This script shows how to re-Load the actual Configuration File
  3. */
  4.  
  5. address 'MAILMANAGER'
  6.  
  7. MM_AreasWin
  8. DO WHILE RC ~= 0
  9.     call Delay(250)
  10.     MM_AreasWin
  11.     END
  12.  
  13. MM_LoadCfg
  14.  
  15.